CollectionProperty<T> Class

Members 

Is used to create dynamic collections of another property type.

Syntax

'Declaration
 
<PropertyTypeAttribute(PropertyTypeId="E4A242F3-80E8-4D2A-9799-7728303B12C9", 
   Name="Collection", 
   Description="Collection of a specific type", 
   EditorControl="AdminPathContent/PropertyType/CollectionPropertyEditor.ascx")> 
Public Class CollectionProperty(Of T As PropertyData) 
   Inherits KalikoCMS.Core.PropertyData
[PropertyType(PropertyTypeId="E4A242F3-80E8-4D2A-9799-7728303B12C9", 
   Name="Collection", 
   Description="Collection of a specific type", 
   EditorControl="AdminPathContent/PropertyType/CollectionPropertyEditor.ascx")] 
public class CollectionProperty<T> : KalikoCMS.Core.PropertyData 
where T: PropertyData

Type Parameters

T

Inheritance Hierarchy

System.Object
   KalikoCMS.Core.PropertyData
      KalikoCMS.PropertyType.CollectionProperty<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys